-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Revert "Add OpenStack team as reviewers" #1564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Add OpenStack team as reviewers" #1564
Conversation
This reverts commit c1aa022, openshift#618. We've made a lot of progress separating out the per-platform components since that went in, so take another run at formally separating approval for per-platform and core changes.
That's being tracked in rhbz#1691055. /retest |
|
Thanks @wking! I'm in favour of this, but I had a look at the current status of the There's one that's clearly missing in Then there's a bunch of OpenStack-related code in these files:
All of these have an And finally, these two places have some OpenStack code as well, but no
In general, most of what we do happens in the |
|
Oh, one more thing: what about We could add But if we wanted to gate them too, it wouldn't be the end of the world. |
Yeah. And I think we want to make those platform switches as simple as possible before punting over to platform-specific sub-packages. High churn in the switch itself means we're doing it wrong.
I'd rather push the libvirt and OpenStack howtos down into subdirs (e.g. I'm agnostic about whether we also extend approval for the cross-platform docs to all installer approvers, or leave them restricted to core approvers. How many per-platform approvers do you expect will care about the cross-platform docs? |
|
Yeah, scoping the dev docs sounds good to me.
I don't know. I'm kind of thinking it's more likely that we'd update a general troubleshooting step or something than a code change, but I don't expect a huge influx of docs updates either. |
Done with #1587. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This reverts commit c1aa022, #618.
We've made a lot of progress separating out the per-platform components since that went in, so take another run at formally separating approval for per-platform and core changes.
CC @flaper87, @tomassedovic, @hardys: any concerns about this? If so, point me at the code you're concerned about not being able to bump independently, and as long as it's not
vendor/, I'll see if I can make the core/platform separation cleaner there.